-
Notifications
You must be signed in to change notification settings - Fork 201
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
RPM: use default seccomp.json profiles #2169
RPM: use default seccomp.json profiles #2169
Conversation
keyctl is in ALLOW by default and `socket` should not always be ALLOW, per @giuseppe. This change removes seccomp.json customizations and we'll use the distro's default seccomp profile. Signed-off-by: Lokesh Mandvekar <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: giuseppe, lsm5 The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, although I like to know the reason why this was added in the first place.
@jnovy mentioned it was originally added in the rhel 8.2 days because support was asking for it. And about 4 years ago, Dan added those to the skopeo package (back when it was skopeo-containers) , and it had stayed since. |
/lgtm |
I don't recall this, but seems right to me. |
/cherrypick v0.60 |
cherrypick bot is being slow for whatever reason. @giuseppe do we want this to land in Fedora in the next v0.60 release if there's one? |
keyctl is in ALLOW by default and
socket
should not always be ALLOW, per @giuseppe.This change removes seccomp.json customizations and we'll use the distro's default seccomp profile.